projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5d3a63
)
(font-lock-defaults-alist): Add WHEN to obsolescence declaration.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 18 Apr 2008 10:27:53 +0000
(10:27 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 18 Apr 2008 10:27:53 +0000
(10:27 +0000)
lisp/font-core.el
patch
|
blob
|
history
diff --git
a/lisp/font-core.el
b/lisp/font-core.el
index 8609e002bda5568b5b137422f1bd3505d89023e4..37b3a4934cb70a9f8b5577f0eaf8454e25df6a45 100644
(file)
--- a/
lisp/font-core.el
+++ b/
lisp/font-core.el
@@
-81,7
+81,7
@@
Each item should be a list of the form:
where MAJOR-MODE is a symbol and FONT-LOCK-DEFAULTS is a list of default
settings. See the variable `font-lock-defaults', which takes precedence.")
-(make-obsolete-variable 'font-lock-defaults-alist 'font-lock-defaults)
+(make-obsolete-variable 'font-lock-defaults-alist 'font-lock-defaults
"21.1"
)
(defvar font-lock-function 'font-lock-default-function
"A function which is called when `font-lock-mode' is toggled.